var net/http.http2sorterPool
5 uses
net/http (current package)
h2_bundle.go#L3643: var http2sorterPool = sync.Pool{New: func() interface{} { return new(http2sorter) }}
h2_bundle.go#L6635: sorter := http2sorterPool.Get().(*http2sorter)
h2_bundle.go#L6637: http2sorterPool.Put(sorter)
h2_bundle.go#L10798: sorter := http2sorterPool.Get().(*http2sorter)
h2_bundle.go#L10802: defer http2sorterPool.Put(sorter)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |